Represents a live view: a LINQ query result that supports two-way data binding and is kept up-to-date with base data.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
[DebuggerDisplayAttribute("Count={Count}")] [DefaultMemberAttribute("Item")] public class View<T> : View, IList<T>, ICollection<T>, IObservableSource<T>, IWithDeferredMode, IIndexedSource<T>, IEnumerable<T>, IEnumerable |
Visual Basic |
---|
<DebuggerDisplayAttribute("Count={Count}")> _ <DefaultMemberAttribute("Item")> _ Public Class View(Of T) _ Inherits View _ Implements IList(Of T), ICollection(Of T), _ IObservableSource(Of T), IWithDeferredMode, IIndexedSource(Of T), IEnumerable(Of T), _ IEnumerable |
Type Parameters
- T
- The type of the elements in the view.
Inheritance Hierarchy
System..::..Object
C1.LiveLinq.LiveViews..::..View
C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
C1.Data..::..ClientView<(Of <(<'T>)>)>
C1.LiveLinq.LiveViews..::..AggregationView<(Of <(<'TSource, TResult>)>)>
C1.LiveLinq.LiveViews..::..GroupView<(Of <(<'TKey, TElement>)>)>
C1.LiveLinq.LiveViews..::..OrderedView<(Of <(<'T>)>)>
C1.LiveLinq.LiveViews..::..View
C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
C1.Data..::..ClientView<(Of <(<'T>)>)>
C1.LiveLinq.LiveViews..::..AggregationView<(Of <(<'TSource, TResult>)>)>
C1.LiveLinq.LiveViews..::..GroupView<(Of <(<'TKey, TElement>)>)>
C1.LiveLinq.LiveViews..::..OrderedView<(Of <(<'T>)>)>